home *** CD-ROM | disk | FTP | other *** search
- -- background: 2812 from stack: in
- -- bmap block id: 3224
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=0 top=60 right=99 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Bibliography info
- ----- HyperTalk script -----
- on mouseUp
- push card
- visual effect scroll right
- go to card "biblio title card"
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=0 top=103 right=139 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: New Mexico data
- ----- HyperTalk script -----
- on mouseUp
- set textFont of me to helvetica
- set textStyle of me to bold
- set textSize of me to 14
- visual effect scroll right
- go to stack "wet/dry cycles"
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=0 top=143 right=179 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Regional data
- ----- HyperTalk script -----
- on mouseUp
- set textFont of me to helvetica
- set textSize of me to 14
- set textStyle of me to bold
- visual effect scroll right
- go to stack "evaporation"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=0 top=183 right=219 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Coming soon
- ----- HyperTalk script -----
- on mouseUp
- set textFont of me to helvetica
- set textStyle of me to bold
- set textSize of me to 14
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=10 top=227 right=269 bottom=59
- -- title width / last selected line: 0
- -- icon id / first selected line: 1009 / 1009
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Find
- ----- HyperTalk script -----
- on mouseUp
- global searchit
- answer "Do you want to search bibliographies or abstracts?" with "Bibliography" or "Abstract" or "Cancel"
- if it is "Bibliography" then
- ask "Type in the word or phrase you want to find." with searchit
- put it into searchit
- find whole searchit in background fld id 1
- else
- if it is "Abstract" then
- ask "Type in the word or phrase you want to find." with searchit
- put it into searchit
- find whole searchit in background fld id 2
- end if
- end if
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=65 top=227 right=269 bottom=114
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve slow to black
- wait 5
- visual effect dissolve
- go to cd id 3801 of stack "database-1"
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=42 top=272 right=313 bottom=91
- -- title width / last selected line: 0
- -- icon id / first selected line: 130 / 130
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: go to flow chart
- ----- HyperTalk script -----
- on mouseUp
- visual effect checkerboard slow
- go to card id 12925
- wait 10
- visual effect checkerboard slow
- go to card "flow chart" in stack "database-1"
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=120 top=226 right=269 bottom=169
- -- title width / last selected line: 0
- -- icon id / first selected line: 1001 / 1001
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Quit
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve slow
- go home
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=94 top=272 right=314 bottom=144
- -- title width / last selected line: 0
- -- icon id / first selected line: 1020 / 1020
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Help
- ----- HyperTalk script -----
- on mouseUp
- push card
- visual effect dissolve slow to black
- wait 5
- visual effect dissolve slow
- go to card "help" of stack "database-1"
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 8004
- -- rect: left=445 top=286 right=335 bottom=502
- -- title width / last selected line: 0
- -- icon id / first selected line: 20186 / 20186
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sort Stack
- ----- HyperTalk script -----
- on mouseUp
- sort by first word in line 1 of background field id 1 of background "bibliography"
- end mouseUp
-
-